Oracle Java 6 (Any Update Level) 6
One of the organisations that i do packaging for required to updates of the same version of java, (The versions are irrelevant as this should be a fix for all versions but they were. JRE 6 upda… Read More
Here I published a tutorial for it and many others programs. Please comment on the blog if you have questions. http://it-grund.blogspot.com/2012/04/how-to-deployinstall-silently-and.html … Read More
We were having an issue with computers not rebooting after receiving a Kace update for Java. This caused the installation of the newest version to fail due to the PendingFileRenameOperations ch… Read More
Tested version is Java 6 update 26 using SCCM. Download the JRE from http://java.com/en/download/manual.jsp Use the following command line:- @echo off "%~dp0jre-6u26-windows-i586-s.exe" /s /v… Read More
For Java(TM) 6 Update 24 6.0.240 I used the following... Create File Sync job to copy the JRE executable to the target system. Note the download location, configure the managed install job t… Read More
I've changed this script for support x64 platform and automatic clossing msgbox (popup) windows after 2 minutes. Set wshShell = CreateObject("Wscript.Shell") Set wshFileSystem = CreateObject("… Read More
To avoid Msi Runtime Error 1603 (FilesInUse), you should check or kill instances of jqs.exe, iexplore.exe and firefox.exe, prior to installing jre-6u??-windows.exe. Run native killer: 'taskkil… Read More
Java 6.0.180.79 - Finding MSI and MST files. After downloading the installer, open your browser and naviget to: (XP): c:\documents and settings\<username>\local settings\Temp Start Java insta… Read More
Get Installation (tested with Java(TM) 6 Update 18): 1. Download: http://www.java.com/nl/download/windows_ie.jsp?locale=nl 2. Start installation. 3. Check: Change Destination Folder (the setup… Read More
http://java.com/en/download/help/6000070500.xml Follow these steps to extract the .msi file from the Sun JRE installer for deployment through Active Directory based network: 1.Download and l… Read More
http://java.com/en/download/help/6000070500.xml Follow these steps to extract the .msi file from the Sun JRE installer for deployment through Active Directory based network: 1.Download and l… Read More
Be aware that if you run "jre-6u17-windows-i586-s.exe /?" you will see the normal msi options window, giving you the impression that you can use msi options on the installer. They do work but t… Read More
Example: jre-6uXX-windows-i586-s.exe /s AgreeToLicense=YES IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0 That installed the environment for Mozilla or IE, supresses the reboot, Supresses … Read More